Class symantec.itools.db.beans.dbnav.model.item.TableTypeItem
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.dbnav.model.item.TableTypeItem

Object
   |
   +----symantec.itools.db.beans.dbnav.model.item.TableTypeItem

public class TableTypeItem
extends Object
implements DataItem

The class represents a table type node of dbNavigator

Version:
1.0 06/13/98
Author:
Hristo Tonev

Variable Index

 o displayName
The name of the type: TABLE, VIEW, etc.

Constructor Index

 o symantec.itools.db.beans.dbnav.model.item.TableTypeItem()
Default constructor
 o symantec.itools.db.beans.dbnav.model.item.TableTypeItem(String)

Method Index

 o getDisplayName()
 o setDisplayName(String)
 o toString()
This method return the string that gets displayed in the tree for the root node

Variables

 o displayName
protected java.lang.String displayName
The name of the type: TABLE, VIEW, etc.

Constructors

 o TableTypeItem
protected TableTypeItem()
Default constructor

 o TableTypeItem
public TableTypeItem(String displayName)

Methods

 o getDisplayName
public synchronized java.lang.String getDisplayName()
 o setDisplayName
public synchronized void setDisplayName(String displayName)
 o toString
public java.lang.String toString()
This method return the string that gets displayed in the tree for the root node

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index